home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / ActionScript.sch next >
Text File  |  2004-01-06  |  11KB  |  318 lines

  1. object TPersHolder
  2.   P.Name = 'ActionScript'
  3.   P.Extensions.Strings = (
  4.     'as')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FIDirective = 4
  18.       FISymbol = 18
  19.       FIIdentifier = 13
  20.       UseSymbols = True
  21.       UseComments = True
  22.       UseSingleLineComments = True
  23.       UseMultiLineComments = True
  24.       UseStrings = True
  25.       UseSingleLineStrings = True
  26.       UseNumbers = True
  27.       UsePrefixedNumbers = True
  28.       UseSuffixedNumbers = True
  29.       UseMultipleNumSuffixes = True
  30.       UsePrefixedSuffixedNumbers = True
  31.       UsePSNumComposition = True
  32.       UseKeywords = True
  33.       BlockDelimiters = <>
  34.       SingleLineCommentDelimiters = <
  35.         item
  36.           FontID = 5
  37.           LeftDelimiter = '//'
  38.         end>
  39.       MultiLineCommentDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '/*'
  43.           RightDelimiter = '*/'
  44.         end>
  45.       SingleLineStringDelimiters = <
  46.         item
  47.           FontID = 7
  48.           LeftDelimiter = #39
  49.           RightDelimiter = #39
  50.         end
  51.         item
  52.           FontID = 8
  53.           LeftDelimiter = '"'
  54.           RightDelimiter = '"'
  55.         end
  56.         item
  57.           FontID = 9
  58.           UseToken = False
  59.           LeftDelimiter = 'L"'
  60.           RightDelimiter = '"'
  61.         end>
  62.       NumPrefixes = <
  63.         item
  64.           LeftDelimiter = '0x'
  65.         end
  66.         item
  67.           LeftDelimiter = '0X'
  68.         end>
  69.       NumSuffixes = <
  70.         item
  71.           LeftDelimiter = 'l'
  72.         end
  73.         item
  74.           LeftDelimiter = 'L'
  75.         end
  76.         item
  77.           LeftDelimiter = 'u'
  78.         end
  79.         item
  80.           LeftDelimiter = 'U'
  81.         end>
  82.       NumPrefixesSuffixes = <>
  83.       KeywordSets = <
  84.         item
  85.           FontID = 10
  86.           Name = 'reserved'
  87.           Keywords = 
  88.             'add,and,apply,break,call,case,continue,default,delete,do,else,eq' +
  89.             ',eval,for,function,ge,gt,if,in,include,instanceof,le,lt,ne,new,n' +
  90.             'ot,on,or,return,set,super,switch,this,typeof,var,void,while,with'
  91.         end
  92.         item
  93.           FontID = 11
  94.           Name = 'members'
  95.           Keywords = 
  96.             'abs,acos,addListener,addProperty,appendChild,asin,atan,atan2,att' +
  97.             'achMovie,attachSound,beginFill,beginGradientFill,ceil,charAt,cha' +
  98.             'rCodeAt,clear,cloneNode,close,concat,connect,cos,createElement,c' +
  99.             'reateEmptyMovieClip,createTextField,createTextNode,curveTo,dupli' +
  100.             'cateMovieClip,E,endFill,escape,exp,floor,fromCharCode,fscommand,' +
  101.             'get,getAscii,getBeginIndex,getBounds,getBytesLoaded,getBytesTota' +
  102.             'l,getCaretIndex,getCode,getDate,getDay,getDepth,getEndIndex,getF' +
  103.             'ocus,getFontList,getFullYear,getHours,getMilliseconds,getMinutes' +
  104.             ',getMonth,getNewTextFormat,getPan,getProperty,getRGB,getSeconds,' +
  105.             'getTextExtent,getTextFormat,getTime,getTimer,getTimezoneOffset,g' +
  106.             'etTransform,getURL,getUTCDate,getUTCDay,getUTCFullYear,getUTCHou' +
  107.             'rs,getUTCMilliseconds,getUTCMinutes,getUTCMonth,getUTCSeconds,ge' +
  108.             'tVersion,getVolume,getYear,globalToLocal,gotoAndPlay,gotoAndStop' +
  109.             ',hasChildNodes,hide,hitTest,indexOf,insertBefore,install,isFinit' +
  110.             'e,isNaN,join,lastIndexOf,lineStyle,lineTo,list,load,loadMovie,lo' +
  111.             'adMovieNum,loadSound,loadVariables,loadVariablesNum,localToGloba' +
  112.             'l,log,max,min,moveTo,nextFrame,nextScene,onChanged,onClipEvent,o' +
  113.             'nClose,onConnect,onData,onDragOut,onDragOver,onEnterFrame,onKeyD' +
  114.             'own,onKeyUp,onKillFocus,onLoad,onMouseDown,onMouseMove,onMouseUp' +
  115.             ',onPress,onRelease,onReleaseOutside,onResize,onRollOut,onRollOve' +
  116.             'r,onScroller,onSetFocus,onSoundComplete,onUnload,onUpdate,onXML,' +
  117.             'parseFloat,parseInt,parseXML,PI,play,pop,pow,prevFrame,prevScene' +
  118.             ',print,printAsBitmap,printAsBitmapNum,printNum,push,random,regis' +
  119.             'terClass,removeListener,removeMovieClip,removeNode,removeTextFie' +
  120.             'ld,replaceSel,reverse,round,send,sendAndLoad,setDate,setFocus,se' +
  121.             'tFullYear,setHours,setMask,setMilliseconds,setMinutes,setMonth,s' +
  122.             'etNewTextFormat,setPan,setProperty,setRGB,setSeconds,setSelectio' +
  123.             'n,setTextFormat,setTime,setTransform,setUTCDate,setUTCFullYear,s' +
  124.             'etUTCHours,setUTCMilliseconds,setUTCMinutes,setUTCMonth,setUTCSe' +
  125.             'conds,setVolume,setYear,shift,show,sin,slice,sort,sortOn,splice,' +
  126.             'split,sqrt,start,startDrag,stop,stopAllSounds,stopDrag,substr,su' +
  127.             'bstring,swapDepths,tan,targetpath,toLowerCase,toString,toUpperCa' +
  128.             'se,trace,unescape,uninstall,unloadMovie,unloadMovieNum,unshift,u' +
  129.             'nwatch,updateAfterEvent,UTC,watch'
  130.         end
  131.         item
  132.           FontID = 14
  133.           Name = 'constants'
  134.           Keywords = 'false,newline,null,true,undefined'
  135.         end
  136.         item
  137.           FontID = 15
  138.           Name = 'properties'
  139.           Keywords = 
  140.             '__proto__,_alpha,_currentframe,_droptarget,_focusrect,_framesloa' +
  141.             'ded,_global,_height,_highquality,_level,_name,_parent,_quality,_' +
  142.             'root,_rotation,_soundbuftime,_target,_totalframes,_url,_visible,' +
  143.             '_width,_x,_xmouse,_xscale,_y,_ymouse,_yscale,align,arguments,att' +
  144.             'ributes,autoSize,background,backgroundColor,BACKSPACE,blockInden' +
  145.             't,bold,border,borderColor,bottomScroll,bullet,callee,caller,capa' +
  146.             'bilities,CAPSLOCK,childNodes,color,contentType,CONTROL,DELETEKEY' +
  147.             ',docTypeDecl,DOWN,duration,embedFonts,enabled,END,ENTER,ESCAPE,f' +
  148.             'irstChild,focusEnabled,font,hasAccessibility,hasAudio,hasAudioEn' +
  149.             'coder,hasMP3,hasVideoEncoder,height,hitArea,HOME,hscroll,html,ht' +
  150.             'mlText,ignoreWhite,indent,INSERT,isActive,isDown,isToggled,itali' +
  151.             'c,language,lastChild,leading,LEFT,leftMargin,length,LN10,LN2,loa' +
  152.             'ded,LOG10E,LOG2E,manufacturer,MAX_VALUE,maxChars,maxhscroll,maxs' +
  153.             'croll,MIN_VALUE,multiline,NaN,NEGATIVE_INFINITY,nextSibling,node' +
  154.             'Name,nodeType,nodeValue,os,parentNode,password,PGDN,PGUP,pixelAs' +
  155.             'pectRatio,position,POSITIVE_INFINITY,previousSibling,prototype,r' +
  156.             'estrict,RIGHT,rightMargin,scaleMode,screenColor,screenDPI,screen' +
  157.             'Resolution,scroll,selectable,SHIFT,size,SPACE,SQRT1_2,SQRT2,stat' +
  158.             'us,TAB,tabChildren,tabEnabled,tabIndex,tabStops,target,text,text' +
  159.             'Color,textHeight,textWidth,trackAsMenu,type,underline,UP,url,use' +
  160.             'HandCursor,variable,version,width,wordWrap,xmlDecl'
  161.         end
  162.         item
  163.           FontID = 17
  164.           Name = 'objects'
  165.           Keywords = 
  166.             'Accessibility,Array,Boolean,Date,Key,LoadVars,Math,Number,Object' +
  167.             ',Selection,Sound,Stage,String,System,TextField,TextFormat,XML,XM' +
  168.             'LSocket'
  169.         end>
  170.     end>
  171.   P.FontTable = <
  172.     item
  173.       FontID = 0
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clBlack
  176.       Font.Height = -13
  177.       Font.Name = 'Courier New'
  178.       Font.Style = []
  179.     end
  180.     item
  181.       FontID = 1
  182.       Font.Charset = DEFAULT_CHARSET
  183.       Font.Color = clBlack
  184.       Font.Height = -13
  185.       Font.Name = 'Courier New'
  186.       Font.Style = [fsBold]
  187.     end
  188.     item
  189.       FontID = 2
  190.       Font.Charset = DEFAULT_CHARSET
  191.       Font.Color = clBlack
  192.       Font.Height = -13
  193.       Font.Name = 'Courier New'
  194.       Font.Style = [fsBold]
  195.     end
  196.     item
  197.       FontID = 3
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clBlack
  200.       Font.Height = -13
  201.       Font.Name = 'Courier New'
  202.       Font.Style = []
  203.     end
  204.     item
  205.       FontID = 4
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clGreen
  208.       Font.Height = -13
  209.       Font.Name = 'Courier New'
  210.       Font.Style = [fsBold]
  211.     end
  212.     item
  213.       FontID = 5
  214.       Font.Charset = DEFAULT_CHARSET
  215.       Font.Color = clTeal
  216.       Font.Height = -13
  217.       Font.Name = 'Courier New'
  218.       Font.Style = [fsItalic]
  219.     end
  220.     item
  221.       FontID = 6
  222.       Font.Charset = DEFAULT_CHARSET
  223.       Font.Color = clTeal
  224.       Font.Height = -13
  225.       Font.Name = 'Courier New'
  226.       Font.Style = [fsItalic]
  227.     end
  228.     item
  229.       FontID = 7
  230.       Font.Charset = DEFAULT_CHARSET
  231.       Font.Color = clFuchsia
  232.       Font.Height = -13
  233.       Font.Name = 'Courier New'
  234.       Font.Style = []
  235.     end
  236.     item
  237.       FontID = 8
  238.       Font.Charset = DEFAULT_CHARSET
  239.       Font.Color = clFuchsia
  240.       Font.Height = -13
  241.       Font.Name = 'Courier New'
  242.       Font.Style = []
  243.     end
  244.     item
  245.       FontID = 9
  246.       Font.Charset = DEFAULT_CHARSET
  247.       Font.Color = clMaroon
  248.       Font.Height = -13
  249.       Font.Name = 'Courier New'
  250.       Font.Style = []
  251.     end
  252.     item
  253.       FontID = 10
  254.       Font.Charset = DEFAULT_CHARSET
  255.       Font.Color = clBlue
  256.       Font.Height = -13
  257.       Font.Name = 'Courier New'
  258.       Font.Style = [fsBold]
  259.     end
  260.     item
  261.       FontID = 11
  262.       Font.Charset = DEFAULT_CHARSET
  263.       Font.Color = clBlue
  264.       Font.Height = -13
  265.       Font.Name = 'Courier New'
  266.       Font.Style = []
  267.     end
  268.     item
  269.       FontID = 14
  270.       Font.Charset = DEFAULT_CHARSET
  271.       Font.Color = 16671657
  272.       Font.Height = -13
  273.       Font.Name = 'Courier New'
  274.       Font.Style = [fsBold]
  275.     end
  276.     item
  277.       FontID = 15
  278.       Font.Charset = DEFAULT_CHARSET
  279.       Font.Color = 12477441
  280.       Font.Height = -13
  281.       Font.Name = 'Courier New'
  282.       Font.Style = [fsBold]
  283.     end
  284.     item
  285.       FontID = 16
  286.       Font.Charset = DEFAULT_CHARSET
  287.       Font.Color = clBlue
  288.       Font.Height = -13
  289.       Font.Name = 'Courier New'
  290.       Font.Style = []
  291.     end
  292.     item
  293.       FontID = 17
  294.       Font.Charset = DEFAULT_CHARSET
  295.       Font.Color = 48896
  296.       Font.Height = -13
  297.       Font.Name = 'Courier New'
  298.       Font.Style = [fsBold]
  299.     end
  300.     item
  301.       FontID = 13
  302.       Font.Charset = DEFAULT_CHARSET
  303.       Font.Color = clBlack
  304.       Font.Height = -13
  305.       Font.Name = 'Courier New'
  306.       Font.Style = [fsBold]
  307.     end
  308.     item
  309.       FontID = 18
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clBlack
  312.       Font.Height = -13
  313.       Font.Name = 'Courier New'
  314.       Font.Style = [fsBold]
  315.     end>
  316.   P.SyntaxVersion = 3
  317. end
  318.